Vcenter FoundationLoadBalancers LogConfigSpec

Vcenter FoundationLoadBalancers LogConfigSpec
Vcenter FoundationLoadBalancers LogConfigSpec

The Vcenter FoundationLoadBalancers LogConfigSpec schema defines the load balancer log configuration.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "log_verbosity": "string",
    "syslog_server": "string"
}
string
log_verbosity
Optional

Node log level for logging specified events.

For more information see: Vcenter FoundationLoadBalancers LogConfigSpec LogLevel.

This property was added in vSphere API 9.0.0.0.

If missing or null, the default value is INFO.

string
syslog_server
Optional

Syslog server forwarding configuration, its format follows protocol://hostname|ipv4[:port]. The protocol can be tcp, udp or tls. 'tcp' means transmission of log to server via TCP channel, 'udp' means transmission log to server via UDP channel, 'tls' means transmission via a TLS-encrypted channel.

This property was added in vSphere API 9.0.0.0.

If missing or null, the default value is empty, it won't forward log to syslog server.